home *** CD-ROM | disk | FTP | other *** search
/ CD ROM Paradise Collection 4 / CD ROM Paradise Collection 4 1995 Nov.iso / program / swagd_f.zip / FAQ.SWG / 0025_Graphics - FAQ.pas < prev    next >
Pascal/Delphi Source File  |  1994-05-26  |  2KB  |  52 lines

  1. SECTION 5 - Graphics
  2.  
  3. This document contains information that is most often provided
  4. to users of this section.  There is a listing of common
  5. Technical Information Documents that can be downloaded from the
  6. libraries, and a listing of the five most frequently asked
  7. questions and their answers.
  8.   
  9. TI432   Printing graphics to an HP LaserJet
  10. TI433   Printing graphics to an Epson
  11.  
  12. Q.   "Does Turbo Pascal run in Super VGA modes?"
  13.  
  14. A.   Yes, if you have a VESA compatable video card you can use
  15.      the VESA16.BGI file to get high resolutions such as 1024X768
  16.      or 800X600. If you also want 256 color support, you should
  17.      turn to a third party solution. There are some helpful
  18.      files, including freeware drivers, available here on the
  19.      forum.
  20.  
  21. Q.   "How can I print my graphics code?"
  22.  
  23. A.   Download the files labeled TI432.ZIP and TI433.ZIP from 
  24.      the libraries. Additional support is available from third 
  25.      party vendors. You could pose a question in the forum asking
  26.      for recommendations regarding third party graphics support 
  27.      for printing.
  28.  
  29. Q.   "When will Borland upgrad the GRAPHICS TOOLBOX?"
  30.  
  31. A.   The GRAPHICS TOOLBOX is no longer available from Borland in
  32.      any form, and there are absolutely no plans to upgrade it.
  33.      It should, however, recompile with recent versions of
  34.      Pascal including Versions 6.0 and 7.0.
  35.  
  36. Q.   "How can I use BGI calls in Windows?"
  37.  
  38. A.   Windows is a graphical operating environment, so there is
  39.      no longer any need for the BGI when programming Windows. You
  40.      will find that Windows has built in support for graphics
  41.      that is much superior to anything available in the BGI unit.
  42.      To get started, try using using the manuals and on-line docs
  43.      to read about the Windows GDI.
  44.  
  45. Q.   "How can I add a mouse to my Graphics programs?"
  46.  
  47. A.   Outside of Windows, Borland offers no built in support for
  48.      the mouse in your programs. However, adding mouse support
  49.      is extremely simply. Those who know ASSEMBLER can add mouse
  50.      support with the INT33 interface, others will find MOUSE
  51.      libraries available here in the CIS libraries.
  52.